home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / NiceStuff.subproj / MiscURIWell.h < prev    next >
Encoding:
Text File  |  1996-02-07  |  318 b   |  25 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MiscURIWell:View /*"  :View:Object "*/
  5.     {
  6.     id        refObject;
  7.     id        myCell;
  8.     BOOL    wantsBezel;
  9.     }
  10.  
  11. /*" Attributes "*/
  12.  
  13. - setRefObject:aControl;
  14. - refObject;
  15.  
  16. - takeURIFrom:sender;
  17.  
  18. /*" Overrides "*/
  19.  
  20. - initFrame:(NXRect *)frameRect;
  21. - awakeFromNib;
  22. - takeStringValueFrom:sender;
  23.  
  24. @end
  25.